ComponentOne ASP.NET MVC Controls
Items Property (CollectionViewResponse<T>)

C1.Web.Mvc Namespace > CollectionViewResponse<T> Class : Items Property
The items data for Read command.
Syntax
'Declaration
 
<JsonConverterAttribute(#TUn.#VUn)>
Public Property Items As IEnumerable(Of T)
[JsonConverter(#TUn.#VUn)]
public IEnumerable<T> Items {get; set;}
See Also

Reference

CollectionViewResponse<T> Class
CollectionViewResponse<T> Members